AVERAGEROUND

Rounds all numbers in a specified range to a specified number of digits, then returns the average (arithmetic mean) of all the rounded figures.

Syntax

AVERAGEROUND(range_input, decimal_places)

range_input - is the range for which you want to calculate the average.

decimal_places - specifies the number of digits to which you want to round numbers.

Remark

Examples

 

[ ©2000-2001, Edwin H. B. Tam, All rights reserved ]